func vendor/golang.org/x/crypto/sha3.xorIn

3 uses

	vendor/golang.org/x/crypto/sha3 (current package)
		sha3.go#L79: 		xorIn(d, d.storage[:d.rate])
		sha3.go#L126: 			xorIn(d, p[:d.rate])
		xor.go#L16: func xorIn(d *state, buf []byte) {